]> git.baikalelectronics.ru Git - kernel.git/commit
uwb: use uwb_rsv_callback instead of calling rsv->callback directly
authorThomas Pugliese <thomas.pugliese@gmail.com>
Fri, 20 Dec 2013 17:54:09 +0000 (11:54 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 20:19:13 +0000 (12:19 -0800)
commit5e00efa3ef563dce7cf4493c57df4b06068afd66
tree6f1e748dba3546beccd188e36e908ed3207be955
parent0a273b49feada51252dcf4bf838703453f42e242
uwb: use uwb_rsv_callback instead of calling rsv->callback directly

Use uwb_rsv_callback wrapper instead of calling rsv->callback directly.
uwb_rsv_callback checks for NULL and is used by other callers of the
callback routine.

Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/rsv.c