aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-s5m.c
diff options
context:
space:
mode:
authorAndrey Ryabinin <a.ryabinin@samsung.com>2015-01-26 12:58:46 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-01-26 13:37:19 -0800
commit45cd15e600ec8006305ce83f62c7208c2cb7a052 (patch)
tree7937cd35084850e9580a4771cab2da0dafc89c11 /drivers/rtc/rtc-s5m.c
parentprintk: add dummy routine for when CONFIG_PRINTK=n (diff)
downloadwireguard-linux-45cd15e600ec8006305ce83f62c7208c2cb7a052.tar.xz
wireguard-linux-45cd15e600ec8006305ce83f62c7208c2cb7a052.zip
drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element
Array of platform_device_id elements should be terminated with empty element. Fixes: 5bccae6ec458 ("rtc: s5m-rtc: add real-time clock driver for s5m8767") Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-s5m.c')
-rw-r--r--drivers/rtc/rtc-s5m.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-s5m.c b/drivers/rtc/rtc-s5m.c
index b5e7c4670205..89ac1d5083c6 100644
--- a/drivers/rtc/rtc-s5m.c
+++ b/drivers/rtc/rtc-s5m.c
@@ -832,6 +832,7 @@ static SIMPLE_DEV_PM_OPS(s5m_rtc_pm_ops, s5m_rtc_suspend, s5m_rtc_resume);
static const struct platform_device_id s5m_rtc_id[] = {
{ "s5m-rtc", S5M8767X },
{ "s2mps14-rtc", S2MPS14X },
+ { },
};
static struct platform_driver s5m_rtc_driver = {