mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	[ALSA] Fix a typo in __dev* changes in portman2x4.c
Fix a typo in the last __dev* changes in portman2x4.c. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
		
							parent
							
								
									fa8f878701
								
							
						
					
					
						commit
						9879951aa1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -824,7 +824,7 @@ static int __devexit snd_portman_remove(struct platform_device *pdev) | |||
| 
 | ||||
| static struct platform_driver snd_portman_driver = { | ||||
| 	.probe  = snd_portman_probe, | ||||
| 	.remove = __dev_exit_p(snd_portman_remove), | ||||
| 	.remove = __devexit_p(snd_portman_remove), | ||||
| 	.driver = { | ||||
| 		.name = PLATFORM_DRIVER | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Takashi Iwai
						Takashi Iwai