Tag: a081da630d64acf132b2db1043c586b993d49da7

drivers/ata/sata_dwc_460ex.c: add missing kfree

Author: Julia Lawall <julia@diku.dk> Currently, error handling code in this function calls the function sata_dwc_port_stop, but this function has essentially no effect if hsdevp has not been stored in ap, which is the case throughout this function. The only effect is to print a debugging message including ap->print_id. The code is rewritten to not call …

Continue reading