Skip to content

Commit 7f2320a

Browse files
committed
fixup! media: apple: isp: Working t602x and multiple formats and more fixes
1 parent 80cd2e4 commit 7f2320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/platform/apple/isp/isp-v4l2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ static int isp_set_preset(struct apple_isp *isp, struct isp_format *fmt,
455455
return 0;
456456
}
457457

458-
struct isp_preset *isp_select_preset(struct apple_isp *isp, u32 width,
458+
static struct isp_preset *isp_select_preset(struct apple_isp *isp, u32 width,
459459
u32 height)
460460
{
461461
struct isp_preset *preset, *best = &isp->presets[0];

0 commit comments

Comments
 (0)