Re: [PATCH RFC v2 3/8] component: add support for component match array

2014-08-31 Thread Inki Dae
On 2014년 08월 31일 06:33, Russell King - ARM Linux wrote: > On Thu, Jul 03, 2014 at 12:26:39AM +0900, Inki Dae wrote: >> 2014-07-01 23:22 GMT+09:00 Russell King - ARM Linux : >>> On Thu, Jun 26, 2014 at 03:46:01PM +0100, Russell King - ARM Linux wrote: >>>> On Thu, Ju

Re: [PATCH RFC v2 3/8] component: add support for component match array

2014-07-02 Thread Inki Dae
match = component_match_realloc(dev, match, new_size); >> > > + >> > > + *matchptr = match; >> > > + >> > > + if (IS_ERR(match)) >> > > + return; >> > > + } >>