if 831x used i2c, cannot reboot because shutdown dcdc

This commit is contained in:
hzf
2012-02-13 16:52:51 +08:00
parent ece4c831d6
commit de36394e92

View File

@@ -140,8 +140,8 @@ static int wm831x_i2c_resume(struct i2c_client *i2c)
void wm831x_i2c_shutdown(struct i2c_client *i2c)
{
struct wm831x *wm831x = i2c_get_clientdata(i2c);
printk("%s\n", __FUNCTION__);
wm831x_device_shutdown(wm831x);
// printk("%s\n", __FUNCTION__);
// wm831x_device_shutdown(wm831x);
}
static const struct i2c_device_id wm831x_i2c_id[] = {