Re: [PATCH] ata: ahci: ceva: Updated code by using dev_err_probe()

2021-03-04 Thread Michal Simek
On 3/4/21 4:53 PM, Piyush Mehta wrote: > Updated code with already prepared dev_err_probe(). It reduces code size > and simplifies EPROBE_DEFER handling. > > Also, unify message format for similar error cases. > > Signed-off-by: Piyush Mehta > --- > This patch is based on ahci-ceva patches: >

[PATCH] ata: ahci: ceva: Updated code by using dev_err_probe()

2021-03-04 Thread Piyush Mehta
Updated code with already prepared dev_err_probe(). It reduces code size and simplifies EPROBE_DEFER handling. Also, unify message format for similar error cases. Signed-off-by: Piyush Mehta --- This patch is based on ahci-ceva patches: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

[PATCH] ata: ahci: ceva: Updated code by using dev_err_probe()

2021-03-04 Thread Piyush Mehta
Updated code with already prepared dev_err_probe(). It reduces code size and simplifies EPROBE_DEFER handling. Also, unify message format for similar error cases. Signed-off-by: Piyush Mehta --- This patch is based on ahci-ceva patches: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux