Re: [PATCH 3/3] pata_arasan_cf: Move two variable assignments in arasan_cf_probe()

From: Tejun Heo
Date: Sun Feb 18 2018 - 08:18:44 EST


On Fri, Feb 16, 2018 at 05:00:11PM +0100, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> 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