mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: camsys_soc_priv: use cpu_is_rk3288 instead of soc_is_rk3288
Change-Id: If54087f71e0b6c923a11a6a37a4420ba86211070 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
22a5135d56
commit
4d732be448
@@ -29,7 +29,7 @@ int camsys_soc_init(void)
|
||||
camsys_soc_p->soc_cfg = camsys_rk3368_cfg;
|
||||
camsys_err("camsys_soc_init exit!");
|
||||
#else
|
||||
if (soc_is_rk3288()) {
|
||||
if (cpu_is_rk3288()) {
|
||||
strlcpy(camsys_soc_p->name,"camsys_rk3288",31);
|
||||
camsys_soc_p->soc_cfg = camsys_rk3288_cfg;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user