Colin Ian King 237fe8885a ata: pata_ali: remove redundant return statement
A return statement is unnecessarily complicated, currently value
in variable mask is bitwise-masked and the variable is being
updated and then returned. Just updating the mask is all that is
required as the following statement is a return.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
2022-01-14 15:17:17 +09:00
..
2021-06-14 08:26:54 -06:00
2021-10-16 21:45:52 -04:00
2022-01-05 19:33:02 +09:00
2021-10-12 17:46:55 +09:00