Il 27/06/2014 01:28, Reza Jelveh ha scritto:
+static int prdt_tbl_entry_size(const AHCI_SG tbl) { + return (le32_to_cpu(tbl.flags_size) & AHCI_PRDT_SIZE_MASK) + 1; +}
Apart from the incorrect indentation/formatting here, the patch seems okay. How can this be reproduced? Paolo