gpio: pch: Remove redundant __func__ from debug print
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 15:33:07 +0000 (17:33 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 15:33:24 +0000 (17:33 +0200)
commit0511e116b8327aa7bf621d9cee35b93ffa69c85a
tree07116613837d5f0ef528b21add37704434c5fb40
parent5f6f2b9f6dbf7afb5ce4e2faaf25006e7d9d8880
gpio: pch: Remove redundant __func__ from debug print

dev_dbg includes the function name & line number by default when dynamic
debugging is enabled. Hence __func__ is redundant here and removed.

Do the same for any messages in ->probe() since it doesn't make sense.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-pch.c