Loading drivers/video/msm/mdss/mdss_hdmi_tx.c +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ void *hdmi_get_featuredata_from_sysfs_dev(struct device *device, { struct hdmi_tx_ctrl *hdmi_ctrl = NULL; if (!device || feature_type > HDMI_TX_FEAT_MAX) { if (!device || feature_type >= HDMI_TX_FEAT_MAX) { DEV_ERR("%s: invalid input\n", __func__); return NULL; } Loading Loading
drivers/video/msm/mdss/mdss_hdmi_tx.c +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ void *hdmi_get_featuredata_from_sysfs_dev(struct device *device, { struct hdmi_tx_ctrl *hdmi_ctrl = NULL; if (!device || feature_type > HDMI_TX_FEAT_MAX) { if (!device || feature_type >= HDMI_TX_FEAT_MAX) { DEV_ERR("%s: invalid input\n", __func__); return NULL; } Loading