linux/drivers/xen/xenbus
Konrad Rzeszutek Wilk d98b15db37 xen/xenbus: Remove the unnecessary check.
.. we check whether 'xdev' is NULL - but there is no need for
it as the 'dev' check is done before. The 'dev' is embedded in
the 'xdev' so having xdev != NULL with dev being being checked
is not going to happen.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2011-10-19 17:03:29 -04:00
..
Makefile
xenbus_client.c
xenbus_comms.c xen/xenbus: cleanup debug noise in xenbus_comms.c 2011-01-05 16:30:42 -05:00
xenbus_comms.h
xenbus_probe.c xen: Add module alias to autoload backend drivers 2011-06-30 12:15:33 -04:00
xenbus_probe.h xen: Populate xenbus device attributes 2011-06-30 12:15:29 -04:00
xenbus_probe_backend.c xen/xenbus: Remove the unnecessary check. 2011-10-19 17:03:29 -04:00
xenbus_probe_frontend.c xen: Populate xenbus device attributes 2011-06-30 12:15:29 -04:00
xenbus_xs.c