-
Stephen Boyd authored
Printing an error on kmalloc() failures is unnecessary. Remove the print and use *ptr in sizeof() for future-proof code. Signed-off-by:Stephen Boyd <sboyd@codeaurora.org>
Stephen Boyd authoredPrinting an error on kmalloc() failures is unnecessary. Remove the print and use *ptr in sizeof() for future-proof code. Signed-off-by:Stephen Boyd <sboyd@codeaurora.org>
Loading