Skip to content

Commit 818bb46

Browse files
committed
fixup! media: apple: isp: Working t602x and multiple formats and more fixes
1 parent b6aeeaf commit 818bb46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)