Re: [PATCH] rtc: s5m-rtc: Fix info->rtc assignment

2013-11-26 Thread Krzysztof Kozlowski
On 11/26/2013 10:17 AM, Krzysztof Kozlowski wrote: On 11/15/2013 12:54 PM, Geert Uytterhoeven wrote: drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type "struct regmap *", while

Re: [PATCH] rtc: s5m-rtc: Fix info->rtc assignment

2013-11-26 Thread Krzysztof Kozlowski
On 11/15/2013 12:54 PM, Geert Uytterhoeven wrote: drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type "struct regmap *", while struct sec_pmic_dev.rtc has type "struct i2c_client *".

Re: [PATCH] rtc: s5m-rtc: Fix info-rtc assignment

2013-11-26 Thread Krzysztof Kozlowski
On 11/15/2013 12:54 PM, Geert Uytterhoeven wrote: drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type struct regmap *, while struct sec_pmic_dev.rtc has type struct i2c_client *.

Re: [PATCH] rtc: s5m-rtc: Fix info-rtc assignment

2013-11-26 Thread Krzysztof Kozlowski
On 11/26/2013 10:17 AM, Krzysztof Kozlowski wrote: On 11/15/2013 12:54 PM, Geert Uytterhoeven wrote: drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type struct regmap *, while struct

[PATCH] rtc: s5m-rtc: Fix info->rtc assignment

2013-11-15 Thread Geert Uytterhoeven
drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type "struct regmap *", while struct sec_pmic_dev.rtc has type "struct i2c_client *". Probably the author wanted to assign "struct

[PATCH] rtc: s5m-rtc: Fix info-rtc assignment

2013-11-15 Thread Geert Uytterhoeven
drivers/rtc/rtc-s5m.c: In function ‘s5m_rtc_probe’: drivers/rtc/rtc-s5m.c:545: warning: assignment from incompatible pointer type struct s5m_rtc_info.rtc has type struct regmap *, while struct sec_pmic_dev.rtc has type struct i2c_client *. Probably the author wanted to assign struct