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)
commitd419026a0275bf0a17367d414ca2e891f3c3386b
treef684f1238ca62ff31b3fe30cb5cf45dab9da8b35
parent61887521874e888cda4bdd8d78f698a2938b467e
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