]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element
authorAndrey Ryabinin <a.ryabinin@samsung.com>
Mon, 26 Jan 2015 20:58:46 +0000 (12:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Jan 2015 21:37:19 +0000 (13:37 -0800)
commitc28d5dcc7916e39f875c5f17127f68fea857db60
tree7937cd35084850e9580a4771cab2da0dafc89c11
parentee27704b8cfb6ac395c8db131e6de0b010b05d65
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: ca8bcc593f32 ("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>
drivers/rtc/rtc-s5m.c