mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 06:18:54 +00:00 
			
		
		
		
	wm831x_power: Add missing kfree(wm831x_power) in wm831x_power_remove()
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
This commit is contained in:
		
							parent
							
								
									5f29895f3e
								
							
						
					
					
						commit
						9c99f08991
					
				| @ -611,6 +611,7 @@ static __devexit int wm831x_power_remove(struct platform_device *pdev) | ||||
| 	power_supply_unregister(&wm831x_power->battery); | ||||
| 	power_supply_unregister(&wm831x_power->wall); | ||||
| 	power_supply_unregister(&wm831x_power->usb); | ||||
| 	kfree(wm831x_power); | ||||
| 	return 0; | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Axel Lin
						Axel Lin