commit | 1409880357ed33dc1c23eed080d88ea4410ed9a3 | [log] [tgz] |
---|---|---|
author | Martin Wilck <mwilck@suse.com> | Wed Apr 18 01:35:08 2018 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Apr 20 19:14:35 2018 -0400 |
tree | bedb737ada763f6fb7a65697dda062b66c745ba6 | |
parent | 659c1c1b29ebc4af9148eed74a9f28f00b8b6dc6 [diff] |
scsi: devinfo: change blist_flag_t to 64bit Space for SCSI blist flags is gradually running out. Change the type to __u64 and fix a checkpatch complaint about symbolic mode flags in scsi_devinfo.c. Make checkpatch happy by replacing simple_strtoul() with kstrtoull(). Signed-off-by: Martin Wilck <mwilck@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>