[PATCH] mtd: nand: orion: don't complain for probe deferral

Simon Baatz gmbnomis at gmail.com
Tue May 2 01:07:31 PDT 2017


Hi Brian,

On Mon, May 01, 2017 at 05:04:54PM -0700, Brian Norris wrote:
> Recent patches to this driver changed the error handling for missing
> clocks. Now we'll print an error if the clock causes us to defer
> probing. Let's not do that.
> 

This is by intention.  Probe deferral is not supported by drivers
using module_platform_driver_probe().  EPROBE_DEFER results in not
being able to get the clock and, thus, is handled like any other
error.


- Simon



More information about the linux-mtd mailing list