commit | 4ed8f7182ed4c27e7190c3533e02937bac2f9df6 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Jul 21 12:18:21 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Jul 21 16:58:41 2014 +0100 |
tree | c3a1f50b56d66a2f0927f4962afb9140c0c751d4 | |
parent | a31b0fa6ccd2baba682ec3c60ea5521ad10bbab4 [diff] |
mfd: max8925-i2c: Fix 'blank line after declarations' warning This is part of an effort to clean-up the MFD subsystem. WARNING: Missing a blank line after declarations + int ret; + ret = i2c_add_driver(&max8925_driver); total: 0 errors, 1 warnings, 275 lines checked Signed-off-by: Lee Jones <lee.jones@linaro.org>