Tag: 1790c228fb3f57793160c0f0c20b55c398cab106

drivers/atm/idt77252.c: Remove unnecessary error check

Author: Julia Lawall <julia@diku.dk> This code does not call deinit_card(card); in an error case, as done in other error-handling code in the same function. But actually, the called function init_sram can only return 0, so there is no need for the error check at all. init_sram is also given a void return type, and its …

Continue reading