Commit 9f72b935 authored by Dirk Behme's avatar Dirk Behme Committed by Kevin Hilman

ARM: DAVINCI: Fix warning in tlv320aic23.c

Fix warning

drivers/i2c/chips/tlv320aic23.c: In function 'aic23_exit':
drivers/i2c/chips/tlv320aic23.c:671: warning: unused variable 'res'
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarKevin Hilman <khilman@mvista.com>
parent cfc8f4e6
......@@ -668,8 +668,6 @@ static int __init aic23_init(void)
static void __exit aic23_exit(void)
{
int res;
aic23_power_down();
i2c_del_driver(&aic23_driver);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment