mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
Staging: media: omap4iss: Unnecessary KERN_ERR
This patch remove unnecessary KERN_ERR in WARN() within iss_csi2.c Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
efffed8e06
commit
a88727e7cc
@ -224,7 +224,7 @@ static u16 csi2_ctx_map_format(struct iss_csi2_device *csi2)
|
||||
fmtidx = 3;
|
||||
break;
|
||||
default:
|
||||
WARN(1, KERN_ERR "CSI2: pixel format %08x unsupported!\n",
|
||||
WARN(1, "CSI2: pixel format %08x unsupported!\n",
|
||||
fmt->code);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user