parent a8e07124500184f81541ddf3e9669000af9ac4bc author Dan Carpenter 1282211404 -0300 committer Mauro Carvalho Chehab 1285636908 -0300 V4L/DVB: pvrusb2: remove unneeded NULL checks We dereference "maskptr" unconditionally at the start of the function and also inside the call to parse_tlist() towards the end of the function. This function is called from store_val_any() and it always passes a non-NULL pointer. Signed-off-by: Dan Carpenter Acked-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab א