On 9/26/21 9:34 PM, MichelleJin wrote: > When rhashtable_init() fails, it returns -EINVAL. > However, since error return value of rhashtable_init is not checked, > it can cause use of uninitialized pointers. > So, fix unhandled errors of rhashtable_init. > > Signed-off-by: MichelleJin <shjy180909@xxxxxxxxx> > --- Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>