]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue
authorChen Gang <gang.chen.5i5j@gmail.com>
Wed, 14 May 2014 00:02:43 +0000 (10:02 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 May 2014 00:02:43 +0000 (10:02 +1000)
commitc44bd81d918703398d40af6168c601c4beb89f8c
treef9e7d1a08b817fc0f51902842d298661eb273476
parent82ddfcaaa023daabc36023dcc9b185e61a29648b
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue

It is only a typo issue, the related commit:

  "1fbc4c4 drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()"

The related error (unicore32 with allmodconfig):

    CC [M]  drivers/rtc/rtc-puv3.o
  drivers/rtc/rtc-puv3.c: In function 'puv3_rtc_setpie':
  drivers/rtc/rtc-puv3.c:74: error: implicit declaration of function 'dev_debug'

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-puv3.c