Message ID | 20160824024726.GA52847@lkp-nex06 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- a/drivers/input/rmi4/rmi_platform.c +++ b/drivers/input/rmi4/rmi_platform.c @@ -65,7 +65,7 @@ static void rmi_worker(struct work_struc if (rmi_work->rmi->smbus_client) i2c_unregister_device(rmi_work->rmi->smbus_client); break; - }; + } kfree(rmi_work);
drivers/input/rmi4/rmi_platform.c:68:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- rmi_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html