On 03/08/14 00:55, Srinivas Pandruvada wrote:
>
> On 08/02/2014 03:11 PM, Himangi Saraogi wrote:
>> Use devm_kzalloc for all calls to kzalloc and not just the first. Use
>> devm functions for other allocations as well. The calls to free the
>> allocated memory in the probe and remove functions ar
On Sat, 2 Aug 2014, Srinivas Pandruvada wrote:
> > Use devm_kzalloc for all calls to kzalloc and not just the first. Use
> > devm functions for other allocations as well. The calls to free the
> > allocated memory in the probe and remove functions are done away with
> > and a label is removed in
On 08/02/2014 03:11 PM, Himangi Saraogi wrote:
Use devm_kzalloc for all calls to kzalloc and not just the first. Use
devm functions for other allocations as well. The calls to free the
allocated memory in the probe and remove functions are done away with
and a label is removed in the probe func
Use devm_kzalloc for all calls to kzalloc and not just the first. Use
devm functions for other allocations as well. The calls to free the
allocated memory in the probe and remove functions are done away with
and a label is removed in the probe function.
The semantic match that finds the inconsist
4 matches
Mail list logo