aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2017-09-23 03:10:48 +0200
committerMoyster <oysterized@gmail.com>2017-09-23 03:10:48 +0200
commitb8d1e07edc8d57883bf4b6ca70228b5a9e6b98b2 (patch)
treeb9c284cc99fc24d884b4dedc7100e5881a35011f /drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c
parentfa4d1db09a4946ad8ba42514687c6b8a3603d623 (diff)
downloadandroid_kernel_m2note-b8d1e07edc8d57883bf4b6ca70228b5a9e6b98b2.tar.gz
misc: replace __FUNCTION__ by __function__
result of : git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
Diffstat (limited to 'drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c')
-rw-r--r--drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c b/drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c
index 0b2bd5a59..c08438e1f 100644
--- a/drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c
+++ b/drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c
@@ -665,7 +665,7 @@ static int tpd_local_init(void)
memcpy(tpd_calmat, tpd_def_calmat_local, 8*4);
memcpy(tpd_def_calmat, tpd_def_calmat_local, 8*4);
#endif
- TPD_DMESG("end %s, %d\n", __FUNCTION__, __LINE__);
+ TPD_DMESG("end %s, %d\n", __func__, __LINE__);
tpd_type_cap = 1;
return 0;
}