This patchset cleans up the gotos found in visorbus_main.c

v3 changes:
 - Fixed compile bug in rename create_visor_device gotos by changing rc to err

v2 changes:
 - Added patch from Tim Sell that remove sysfs devmajorminor, which allowed
   us to remove two different patches from original patchset since the
   functions they patch no longer exist.
 - Reworked the function visordriver_prove_device so gotos are no longer
   needed.

David Kershner (4):
  staging: unisys: visorbus: Fix up visordriver_probe
  staging: unisys: visorbus: fix up gotos in visorbus_init
  staging: unisys: visorbus: Remove gotos in visorbus_match
  staging: unisys: visorbus: rename create_visor_device gotos

Tim Sell (1):
  staging: unisys: visorbus: remove unused sysfs attribute
    devmajorminor/*

 drivers/staging/unisys/Documentation/overview.txt |  19 --
 drivers/staging/unisys/include/visorbus.h         |   3 -
 drivers/staging/unisys/visorbus/visorbus_main.c   | 292 ++++------------------
 3 files changed, 42 insertions(+), 272 deletions(-)

-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to