diff options
| author | Moyster <oysterized@gmail.com> | 2017-09-23 03:10:48 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-09-23 03:10:48 +0200 |
| commit | b8d1e07edc8d57883bf4b6ca70228b5a9e6b98b2 (patch) | |
| tree | b9c284cc99fc24d884b4dedc7100e5881a35011f /drivers/input/touchscreen/mediatek/ft5206/focaltech_driver.c | |
| parent | fa4d1db09a4946ad8ba42514687c6b8a3603d623 (diff) | |
| download | android_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.c | 2 |
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; } |
