mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	spi: orion: Make the error message greppable
Commit 544248623b introduced a new user-visible string which was
however split into two chunks. Thanks to Mark Brown for noticing.
Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Mark Brown <broonie@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									544248623b
								
							
						
					
					
						commit
						64aa3bd32c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -762,8 +762,8 @@ static int orion_spi_probe(struct platform_device *pdev)
 | 
			
		|||
			}
 | 
			
		||||
			if (spi->unused_hw_gpio == -1) {
 | 
			
		||||
				dev_info(&pdev->dev,
 | 
			
		||||
					"Selected unused HW CS#%d "
 | 
			
		||||
					"for any GPIO CSes\n", i);
 | 
			
		||||
					"Selected unused HW CS#%d for any GPIO CSes\n",
 | 
			
		||||
					i);
 | 
			
		||||
				spi->unused_hw_gpio = i;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue