Re: [PATCH 1/5] mfd: max8925: Remove redundant of_match_ptr

2013-10-15 Thread Lee Jones
On Tue, 15 Oct 2013, Sachin Kamat wrote: > On Tuesday, 15 October 2013, Lee Jones > wrote: > > Still something odd going on with my mails, but I have applied all > > patches in this series, manually! > > Sounds strange. Thank you for taking the trouble to apply manually. Is > there anything that

[PATCH 1/5] mfd: max8925: Remove redundant of_match_ptr

2013-09-28 Thread Sachin Kamat
The data structure of_match_ptr() protects is always compiled in. Hence of_match_ptr() is not needed. Signed-off-by: Sachin Kamat --- drivers/mfd/max8925-i2c.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/max8925-i2c.c b/drivers/mfd/max8925-i2c.c index de7fb