Re: [PATCH V3] ata: sata_highbank: delete redundant print and fix return value

2021-03-15 Thread Sergei Shtylyov
Hello! On 15.03.2021 5:39, Wang Qing wrote: platform_get_irq() has already checked and printed the return value, the printing here is nothing special, and should corrected to < 0. Also, thhe return value should return a real error. The. It's a bad idea to mix the fix and cleanup in one

[PATCH V3] ata: sata_highbank: delete redundant print and fix return value

2021-03-14 Thread Wang Qing
platform_get_irq() has already checked and printed the return value, the printing here is nothing special, and should corrected to < 0. Also, thhe return value should return a real error. Signed-off-by: Wang Qing --- drivers/ata/sata_highbank.c | 6 ++ 1 file changed, 2 insertions(+), 4 de