From: Herbert Xu <[email protected]> Date: Sat, 25 Feb 2017 22:38:11 +0800
> Subject: rhashtable: Fix use before NULL check in bucket_table_free > > Dan Carpenter reported a use before NULL check bug in the function > bucket_table_free. In fact we don't need the NULL check at all as > no caller can provide a NULL argument. So this patch fixes this by > simply removing it. > > Reported-by: Dan Carpenter <[email protected]> > Signed-off-by: Herbert Xu <[email protected]> Also applied, thanks Herbert.
