Re: [PATCH 1/2] Introduce scsi_get_vpd_buf()

2017-08-28 Thread Christoph Hellwig
On Fri, Aug 25, 2017 at 01:36:00PM -0700, Bart Van Assche wrote: > > if (pg80_supported) { > -retry_pg80: > - vpd_buf = kmalloc(vpd_len, GFP_KERNEL); > - if (!vpd_buf) > - return; > - > - result = scsi_vpd_inquiry(sdev, vpd_buf, 0x80,

RE: [PATCH 1/2] Introduce scsi_get_vpd_buf()

2017-08-27 Thread Seymour, Shane M
toph Hellwig ; Hannes Reinecke ; > Johannes Thumshirn ; Seymour, Shane M > > Subject: [PATCH 1/2] Introduce scsi_get_vpd_buf() > > This patch does not change any functionality. > > Signed-off-by: Bart Van Assche > Cc: Christoph Hellwig > Cc: Hannes Reinecke

[PATCH 1/2] Introduce scsi_get_vpd_buf()

2017-08-25 Thread Bart Van Assche
This patch does not change any functionality. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Johannes Thumshirn Cc: Shane M Seymour --- drivers/scsi/scsi.c | 96 + 1 file changed, 45 insertions(+), 51 deletions