Searched hist:"14 d7045c7f3b0a9d3b00274c23d7d516fc6d44d9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_mv.c | diff 14d7045c7f3b0a9d3b00274c23d7d516fc6d44d9 Mon Oct 16 06:00:11 CDT 2017 Colin Ian King <colin.king@canonical.com> ata: sata_mv: remove a redundant assignment to pointer ehi
The pointer ehi is being assigned to a value that is never read and is redundant. Clean up the code and move the ehi declaration and initialization to the code block where it is used. Cleans up clang warning: Value stored to 'ehi' is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Tejun Heo <tj@kernel.org>
|