On Tue, Apr 15, 2014 at 05:13:35PM +0200, Laurent Pinchart wrote: > Use sizeof(*var) instead of sizeof(type) when calling devm_k*alloc(). > This avoids using the wrong type as was done to allocate the physical > channels array. > Applied, thanks -- ~Vinod