]> git.karo-electronics.de Git - karo-tx-linux.git/commit
target/sbp: Remove strict param from sbp_parse_wwn
authorAndy Grover <agrover@redhat.com>
Mon, 30 Jul 2012 22:54:18 +0000 (15:54 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 17 Aug 2012 00:30:20 +0000 (17:30 -0700)
commit7b43c0e6daa42e5c0386151786337f98933bc7a2
treed8f56353538be530bf962f7b292b1b63e9e7a351
parent0fa5702dda6b8158219f4b23ecf166557ffc2cf2
target/sbp: Remove strict param from sbp_parse_wwn

It's always set, and controls whether uppercase A-F are allowed hex values.
I don't see a reason not to accept these.

Signed-off-by: Andy Grover <agrover@redhat.com>
Cc: Chris Boot <bootc@bootc.net>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/sbp/sbp_target.c