Skip to content

Commit 7d0fd63

Browse files
committed
fixup! media: apple: isp: Make sub-pmdomain handling explicit
1 parent 4d55cfd commit 7d0fd63

File tree

1 file changed

+1
-1
lines changed
  • drivers/media/platform/apple/isp

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static inline void isp_gpio_write32(struct apple_isp *isp, u32 reg, u32 val)
4242
}
4343

4444
int apple_isp_power_up_domains(struct apple_isp *isp)
45-
{
45+
static int apple_isp_power_up_domains(struct apple_isp *isp)
4646
int ret;
4747

4848
if (isp->pds_active)

0 commit comments

Comments
 (0)