OSDN Git Service

brcmfmac: of: Use devm_kstrdup for board_type & check for errors
authorHector Martin <marcan@marcan.st>
Mon, 31 Jan 2022 16:07:11 +0000 (01:07 +0900)
committerKalle Valo <kvalo@kernel.org>
Tue, 1 Feb 2022 12:27:07 +0000 (14:27 +0200)
commit9cf6d7f2c5549b47e0dbf09fd64557a4a69cbd28
tree77295047657b0b2a795bc0726868b5cf25564384
parentb50255c83b914defd61a57fbc81d452334b63f4c
brcmfmac: of: Use devm_kstrdup for board_type & check for errors

This was missing a NULL check, and we can collapse the strlen/alloc/copy
into a devm_kstrdup().

Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220131160713.245637-8-marcan@marcan.st
drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c