From: Chen Gang Date: Sat, 3 May 2014 05:09:02 +0000 (+0800) Subject: drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0 X-Git-Tag: omap-for-v3.16/fixes-rc4~73^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73fa540618d8b1f8c2266934f23bd84bb9e28d9e;p=pandora-kernel.git drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0 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 (for unicore32 with allmodconfig): CC [M] drivers/rtc/rtc-puv3.o drivers/rtc/rtc-puv3.c: In function 'puv3_rtc_setalarm': drivers/rtc/rtc-puv3.c:143: error: 'struct device' has no member named 'dev' Signed-off-by: Chen Gang Acked-by: Xuetao Guan Signed-off-by: Xuetao Guan --- Reading git-diff-tree failed