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)
commitbf359dff2346d490dbbbe0fcc4aa674625803da5
tree6f1e748dba3546beccd188e36e908ed3207be955
parent67d0fb2592acdd7cc41129279de2e520d53d68f0
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