This patchset cleans up the gotos found in visorbus_main.c 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 | 290 +++------------------- 3 files changed, 41 insertions(+), 271 deletions(-) -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel