Skip to content

Commit b6aeeaf

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

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
@@ -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)