#ifndef __DT_APQ8016_LPASS_H #define __DT_APQ8016_LPASS_H #define MI2S_PRIMARY 0 #define MI2S_SECONDARY 1 #define MI2S_TERTIARY 2 #define MI2S_QUATERNARY 3 #endif /* __DT_APQ8016_LPASS_H */ feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/include/net/inet_hashtables.h?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/net/inet_hashtables.h
n>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2017-01-12 15:25:11 +0900
committerMartin K. Petersen <martin.petersen@oracle.com>2017-01-17 14:06:22 -0500
commit68af412c7713b55c01ffc4312320abd10ca70e77 (patch)
tree95e1d382c0115be6c7ccfdbbcabd0182f2f2aa69
parent26f2819772af891dee2843e1f8662c58e5129d5f (diff)
scsi: sd: Ignore zoned field for host-managed devices
There is no good match of the zoned field of the block device characteristics page for host-managed devices. For these devices, the zoning model is derived directly from the device type. So ignore the zoned field for these drives. [mkp: typo] Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat
-rw-r--r--drivers/scsi/sd.c20
1 files changed, 14 insertions, 6 deletions
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c