Re: [PATCH 1/1] sbs-battery: Use of_match_ptr() macro

From: Anton Vorontsov
Date: Mon Apr 01 2013 - 01:49:07 EST


On Mon, Apr 01, 2013 at 09:02:28AM +0530, Sachin Kamat wrote:
[...]
> > - .of_match_table = sbs_dt_ids,
> > + .of_match_table = of_match_ptr(sbs_dt_ids),
> > },
> > };
> > module_i2c_driver(sbs_battery_driver);
> > --
> > 1.7.4.1
>
> ping...

Applied, thanks!

Anton
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/