From: Lee Jones Date: Fri, 25 Jul 2014 14:31:02 +0000 (+0100) Subject: mfd: ezx-pcap: Repair coding style errors picked up with checkpatch X-Git-Tag: omap-for-v3.17/fixes-against-rc2~129^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0309528aae8ac0a4d7b32428f6a7debc84becc9c;p=pandora-kernel.git mfd: ezx-pcap: Repair coding style errors picked up with checkpatch This is part of an effort to clean-up the MFD subsystem. WARNING: sizeof t should be sizeof(t) + memset(&t, 0, sizeof t); WARNING: void function return statements are not generally useful + return; +} total: 0 errors, 2 warnings, 542 lines checked Signed-off-by: Lee Jones --- Reading git-diff-tree failed