Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6f95d16 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5910): ivtv-fb: improve debug message

parent f38a7982
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ static int ivtvfb_ioctl(struct fb_info *info, unsigned int cmd, unsigned long ar
		}

		default:
			IVTV_FB_ERR("Unknown IOCTL %d\n", cmd);
			IVTV_FB_DEBUG_INFO("Unknown ioctl %08x\n", cmd);
			return -EINVAL;
	}
	return 0;