mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	mmc: davinci: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201031152708.2146690-1-trix@redhat.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
		
							parent
							
								
									a85344d347
								
							
						
					
					
						commit
						86d9bf50af
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -290,7 +290,7 @@ static void mmc_davinci_start_command(struct mmc_davinci_host *host,
 | 
				
			||||||
		default:
 | 
							default:
 | 
				
			||||||
			s = ", (R? response)";
 | 
								s = ", (R? response)";
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		}; s; }));
 | 
							} s; }));
 | 
				
			||||||
	host->cmd = cmd;
 | 
						host->cmd = cmd;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	switch (mmc_resp_type(cmd)) {
 | 
						switch (mmc_resp_type(cmd)) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue