video: driver: Remove core check from video driver
Remove core check from all the functions in video driver. ore check is present in most of the functions in video driver which is not required. Keep check only at root level functions and remove the check from rest all of the functions. Change-Id: I5f6374b68dd739b7ab563f32f64bb90e368c4085 Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
This commit is contained in:
@@ -235,7 +235,6 @@ struct device_region_set {
|
||||
};
|
||||
|
||||
struct msm_vidc_resource {
|
||||
void *core;
|
||||
u8 __iomem *register_base_addr;
|
||||
u32 irq;
|
||||
struct bus_set bus_set;
|
||||
|
Reference in New Issue
Block a user