linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ibmvscsi parameter cleanup
@ 2015-11-09 13:53 Laurent Vivier
  2015-11-09 13:53 ` [PATCH v3 1/3] ibmvscsi: make parameters max_id and max_channel read-only Laurent Vivier
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Laurent Vivier @ 2015-11-09 13:53 UTC (permalink / raw)
  To: martin.petersen; +Cc: hare, brking, tyreld, linux-scsi, linux-kernel, lvivier

v3 checks that max_lun is less or equal to 31

v2 of this series only fix the format type of max_lun:

drivers/scsi/ibmvscsi/ibmvscsi.c:2298:4:
warning: format '%d' expects argument of type 'int',
but argument 4 has type 'u64 {aka long long unsigned int}' [-Wformat=]
       "Maximum ID: %d Maximum LUN: %d Maximum Channel: %d\n",

Laurent Vivier (3):
  ibmvscsi: make parameters max_id and max_channel read-only
  ibmvscsi: display default value for max_id, max_lun and max_channel.
  ibmvscsi: Allow to configure maximum LUN

 drivers/scsi/ibmvscsi/ibmvscsi.c | 21 ++++++++++++++++-----
 drivers/scsi/ibmvscsi/ibmvscsi.h |  1 +
 2 files changed, 17 insertions(+), 5 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-09 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-09 13:53 [PATCH v3 0/3] ibmvscsi parameter cleanup Laurent Vivier
2015-11-09 13:53 ` [PATCH v3 1/3] ibmvscsi: make parameters max_id and max_channel read-only Laurent Vivier
2015-11-09 13:53 ` [PATCH v3 2/3] ibmvscsi: display default value for max_id, max_lun and max_channel Laurent Vivier
2015-11-09 13:53 ` [PATCH v3 3/3] ibmvscsi: Allow to configure maximum LUN Laurent Vivier
2015-11-09 14:04   ` Hannes Reinecke
2015-11-09 14:26     ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).