V4L/DVB (3307): Some cleanups at I2C modules
[deliverable/linux.git] / drivers / media / video / wm8775.c
index 20b4ec93d7c982202bb8655fd6eb6f319cd7e9fa..c2e6d2e9f5f12ad70bcd52c6421debeef62dda25 100644 (file)
@@ -237,12 +237,10 @@ static struct i2c_driver i2c_driver = {
        .driver = {
                .name = "wm8775",
        },
-
-       .id = I2C_DRIVERID_WM8775,
-
+       .id             = I2C_DRIVERID_WM8775,
        .attach_adapter = wm8775_probe,
-       .detach_client = wm8775_detach,
-       .command = wm8775_command,
+       .detach_client  = wm8775_detach,
+       .command        = wm8775_command,
 };
 
 
This page took 0.031323 seconds and 5 git commands to generate.