]> git.baikalelectronics.ru Git - kernel.git/commit
ata: libata-scsi: Cleanup ata_get_xlat_func()
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 25 Jan 2022 01:14:36 +0000 (10:14 +0900)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 31 Jan 2022 00:58:32 +0000 (09:58 +0900)
commit7fdbacfad7c8c3c268bd86be6dee676d4eec8bc0
tree62299c1c99c6be78e0e157d46355d655a5e24341
parent217ca30fbf4b5e976d9170b85b5ed06f3511ef98
ata: libata-scsi: Cleanup ata_get_xlat_func()

Remove the unnecessary "break" after the return statement in the
MODE_SELECT/MODE_SELECT_10 case.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
drivers/ata/libata-scsi.c