mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
media: tc358746: Remove unneeded semicolon
./drivers/media/i2c/tc358746.c:857:3-4: Unneeded semicolon ./drivers/media/i2c/tc358746.c:861:2-3: Unneeded semicolon Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2832 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
12f9225882
commit
b8cff31b76
@ -854,11 +854,11 @@ static unsigned long tc358746_find_pll_settings(struct tc358746 *tc358746,
|
||||
m_best = mul;
|
||||
min_delta = delta;
|
||||
best_freq = tmp;
|
||||
};
|
||||
}
|
||||
|
||||
if (delta == 0)
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
if (!best_freq) {
|
||||
dev_err(dev, "Failed find PLL frequency\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user