Messages in this thread |  | | Date | Sun, 18 Feb 2018 05:18:32 -0800 | From | Tejun Heo <> | Subject | Re: [PATCH 3/3] pata_arasan_cf: Move two variable assignments in arasan_cf_probe() |
| |
On Fri, Feb 16, 2018 at 05:00:11PM +0100, SF Markus Elfring wrote: > From: Markus Elfring <elfring@users.sourceforge.net> > Date: Fri, 16 Feb 2018 16:42:26 +0100 > > Move assignments for the local variables "irq_handler" and "pdata" > so that their setting will only be performed after a call > of the function "devm_kzalloc" succeeded by this function. > Thus adjust a corresponding if statement.
I'm not gonna apply this. If there's something preventing the compiler from optimizing it, the right thing to do is fixing that.
Thanks.
-- tejun
|  |