Skip to content

Commit 413dc7e

Browse files
committed
fixup! media: apple: isp: Make sub-pmdomain handling explicit
1 parent ace7bb4 commit 413dc7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/media/platform/apple/isp

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)