Expand Up@@ -1564,7 +1564,7 @@ static void cache_set_flush(struct closure *cl) kobject_put(&c->internal); kobject_del(&c->kobj); if(c->gc_thread) if(!IS_ERR_OR_NULL(c->gc_thread)) kthread_stop(c->gc_thread); if(!IS_ERR_OR_NULL(c->root)) Expand Down...
If one is using the optional variant, then there's no point in checking for NULL. Fixes: 6845667 ("Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe") Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Luiz Augusto von Dentz <...
nacos serverdidnot startbecausedumpservicebeanconstruction failure. errMsg:102, dataSourceortableName is null 我开始根据报错搜索,判断的原因有: 1、数据库连接信息不对,连不上; 2、MYSQL_SERVICE_DB_PARAM 这个环境变量没补上,要写上,明确给定时区; 结果发现这个发现是错的。 最后折腾了几天加了一个官方钉钉...
staticint__devinittherm_est_probe(struct platform_device *pdev){inti;structtherm_estimator*est;structtherm_est_data*data;est = kzalloc(sizeof(struct therm_estimator), GFP_KERNEL);if(IS_ERR_OR_NULL(est))return-ENOMEM; platform_set_drvdata(pdev, est); data = therm_est_get_pdata(&pdev-...
return NULL;return prog->prog_name; }struct bpf_object *xdp_program__bpf_obj(struct xdp_program *prog) { if (!prog) if (IS_ERR_OR_NULL(prog)) return NULL;return prog->bpf_obj; }const unsigned char *xdp_program__tag(const struct xdp_program *prog) ...
Err: contains [" item "], which is an invalid type, it should be a string, number, boolean, or a null Hi, I've a docker-compose.yml file httpd: image: httpd hostname: backup-new-test privileged: 'true' volumes: - /a/data/backup-new-test/httpdocs:/a/http...
If one is using the optional variant, then there's no point in checking for NULL. Fixes: 6845667 ("Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe") Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Luiz Augusto von Dentz <...