Skip to content

Commit 80cd2e4

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

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
@@ -65,7 +65,7 @@ static int apple_isp_power_up_domains(struct apple_isp *isp)
6565
}
6666

6767
void apple_isp_power_down_domains(struct apple_isp *isp)
68-
{
68+
static void apple_isp_power_down_domains(struct apple_isp *isp)
6969
int ret;
7070

7171
if (!isp->pds_active)

0 commit comments

Comments
 (0)