USB: Removing NULL check for pool since dma_pool_destroy is safe
authorSalil Kapur <salilkapur93@gmail.com>
Mon, 6 Aug 2018 04:28:08 +0000 (21:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 18:01:04 +0000 (20:01 +0200)
commit71741bd6776aff40bc6e57d458a65d7e41190274
treee01dd04479832a7fe87f63627f7d999f168b86ef
parent4e69817b106e4fb98f7af463d2f951e7b3603c12
USB: Removing NULL check for pool since dma_pool_destroy is safe

Removing NULL check for pool since dma_pool_destroy is safe

Signed-off-by: Salil Kapur <salilkapur93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/buffer.c