]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: usb_mass_storage: Use NULL for pointer
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 28 May 2016 01:37:10 +0000 (22:37 -0300)
committerLukasz Majewski <lukma@denx.de>
Sun, 18 Jun 2017 19:11:10 +0000 (21:11 +0200)
commit43145dbdf073618c5b7f8cb53b9cd092c81cf1ca
treef684f1238ca62ff31b3fe30cb5cf45dab9da8b35
parent7a3977480fd5399990ddf0cfae6e3dbae3885ada
cmd: usb_mass_storage: Use NULL for pointer

Use NULL for pointer to fix the following sparse warning:
cmd/usb_mass_storage.c:47:15: warning: Using plain integer as NULL pointer

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
cmd/usb_mass_storage.c