[PATCH] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-01-04 Thread Heiko Stübner
Commits 7006ee4f (rtc-s3c: make room for more variants in devicetree block) and 6c0a2365 (rtc-s3c: add variants for S3C2443 and S3C2416) introduced build-failures with enabled CONFIG_USE_OF option. This patch fixes missing , in s3c_rtc_dt_match and wrong handling of the of_device_id.data

RE: [PATCH] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-01-04 Thread Kukjin Kim
Heiko Stübner wrote: Commits 7006ee4f (rtc-s3c: make room for more variants in devicetree block) and 6c0a2365 (rtc-s3c: add variants for S3C2443 and S3C2416) introduced build-failures with enabled CONFIG_USE_OF option. This patch fixes missing , in s3c_rtc_dt_match and wrong handling of