camera: rockchip: camsys_drv v0.0x21.7

Change-Id: Id8d254f74b3eeb251d7369dc866f32f026d606df
Signed-off-by: dalong.zhang <dalon.zhang@rock-chips.com>
This commit is contained in:
dalong.zhang
2016-11-10 17:12:39 +08:00
parent 8768af65f5
commit 8dee825732
2 changed files with 3 additions and 2 deletions

View File

@@ -142,8 +142,10 @@
1) modify for mipiphy hsfreqrange.
*v0.0x21.6:
1) support drm iommu.
*v0.0x21.7:
* 1) remove memset function wrong called code.
*/
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0, 0x21, 6)
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0, 0x21, 7)
#define CAMSYS_PLATFORM_DRV_NAME "RockChip-CamSys"
#define CAMSYS_PLATFORM_MARVIN_NAME "Platform_MarvinDev"

View File

@@ -171,7 +171,6 @@ struct platform_device *pdev, camsys_dev_t *camsys_dev)
}
}
memset(str, sizeof(str), 0x00);
sprintf(str, "hclk_mipiphy%d", i);
clk = devm_clk_get(&pdev->dev, str);