input: touchscreen: Goodix gt915 driver cleanup
Cleanup the gt915 goodix driver from checkpatch failures. Also have cleared the checkpatch errors on 4.4 This patch is propagated from 3.18 kernel 'commit 9ccc3ab159ba ("input: touchscreen: Goodix gt915 driver cleanup")' Change-Id: Id841423f229b6abc674cc1e3c6441d55062b6ab4 Signed-off-by: Shantanu Jain <shjain@codeaurora.org> Signed-off-by: Bingzhe Cai <bingzhec@codeaurora.org> Signed-off-by: Sudhakar Manapati <smanap@codeaurora.org> [abinayap@codeaurora.org: fix checkpatch errors for 4.4 kernel Use of the '__DATE__' macro makes the build non-deterministic Also including it in the output does not provide any value. So remove its usage.] Signed-off-by: Abinaya P <abinayap@codeaurora.org>
This commit is contained in:
parent
b1bafc4fd8
commit
d80c9df9bc
3 changed files with 2101 additions and 2307 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
// make sense only when GTP_HEADER_FW_UPDATE & GTP_AUTO_UPDATE are enabled
|
/*
|
||||||
// define your own firmware array here
|
* make sense only when GTP_HEADER_FW_UPDATE & GTP_AUTO_UPDATE are enabled
|
||||||
const unsigned char header_fw_array[] =
|
* define your own firmware array here
|
||||||
{
|
*/
|
||||||
|
const unsigned char header_fw_array[] = {
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue