Re: [PATCH 1/3] qla2xxx: Indicate out-of-memory with -ENOMEM

2016-03-31 Thread Martin K. Petersen
> "Bart" == Bart Van Assche writes: Bart> In the Linux kernel it is preferred to return a meaningful error Bart> code instead of -1. This patch does not change the behavior of the Bart> caller of qla82xx_pinit_from_rom(). Applied to 4.7/scsi-queue. -- Martin K. Petersen Oracle Linux E

Re: [PATCH 1/3] qla2xxx: Indicate out-of-memory with -ENOMEM

2016-03-31 Thread Quinn Tran
ject: Re: [PATCH 1/3] qla2xxx: Indicate out-of-memory with -ENOMEM >On 2016-03-31 01:25, Bart Van Assche wrote: >> In the Linux kernel it is preferred to return a meaningful error code >> instead of -1. This patch does not change the behavior of the caller of >> qla82xx_pinit_f

Re: [PATCH 1/3] qla2xxx: Indicate out-of-memory with -ENOMEM

2016-03-31 Thread Johannes Thumshirn
On 2016-03-31 01:25, Bart Van Assche wrote: In the Linux kernel it is preferred to return a meaningful error code instead of -1. This patch does not change the behavior of the caller of qla82xx_pinit_from_rom(). Signed-off-by: Bart Van Assche Cc: Quinn Tran Cc: Himanshu Madhani Cc: Christoph