diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/uwb/uwb-debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/uwb-debug.c b/drivers/uwb/uwb-debug.c index e02fb83469d..ec1b7a403ff 100644 --- a/drivers/uwb/uwb-debug.c +++ b/drivers/uwb/uwb-debug.c @@ -122,7 +122,7 @@ static int cmd_rsv_establish(struct uwb_rc *rc,  	if (target == NULL)  		return -ENODEV; -	rsv = uwb_rsv_create(rc, uwb_dbg_rsv_cb, NULL); +	rsv = uwb_rsv_create(rc, uwb_dbg_rsv_cb, rc->dbg);  	if (rsv == NULL) {  		uwb_dev_put(target);  		return -ENOMEM;  |