]> asedeno.scripts.mit.edu Git - linux.git/commit
thunderbolt: Fix to check the return value of kmemdup
authorAditya Pakki <pakki001@umn.edu>
Mon, 25 Mar 2019 21:25:22 +0000 (16:25 -0500)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 28 Mar 2019 08:33:59 +0000 (11:33 +0300)
commitfd21b79e541e4666c938a344f3ad2df74b4f5120
treebbca734c0c3ef10fc2d379bf0fb2576a9d289fac
parent6183d5a51866f3acdeeb66b75e87d44025b01a55
thunderbolt: Fix to check the return value of kmemdup

uuid in add_switch is allocted via kmemdup which can fail. The patch
logs the error and cleans up the allocated memory for switch.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/icm.c