diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-01-13 02:47:41 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-14 09:17:17 +0300 |
commit | 237fe8885a3fdab169bf670790c9f40046af45d3 (patch) | |
tree | 837a74c986fb3d618e805f41406da83712f48a3f /net/x25 | |
parent | a17ab7aba5df4135ef77d7f6d7105e1ea414936f (diff) | |
download | linux-237fe8885a3fdab169bf670790c9f40046af45d3.tar.xz |
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>
Diffstat (limited to 'net/x25')
0 files changed, 0 insertions, 0 deletions