Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757385Ab3DAFtD (ORCPT ); Mon, 1 Apr 2013 01:49:03 -0400 Received: from mail-da0-f41.google.com ([209.85.210.41]:61158 "EHLO mail-da0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756611Ab3DAFtB (ORCPT ); Mon, 1 Apr 2013 01:49:01 -0400 Date: Sun, 31 Mar 2013 22:45:03 -0700 From: Anton Vorontsov To: Sachin Kamat Cc: LKML , David Woodhouse Subject: Re: [PATCH 1/1] sbs-battery: Use of_match_ptr() macro Message-ID: <20130401054502.GA25376@lizard> References: <1363256386-28552-1-git-send-email-sachin.kamat@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 550 Lines: 20 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/