From 27dd5548396e69c4b735739b8d7824ca2a3f39d5 Mon Sep 17 00:00:00 2001 From: Ken Cox Date: Fri, 7 Mar 2014 12:22:22 -0600 Subject: [PATCH] Staging: unisys: uislib: Fix locking in info_proc_read_helper() Make sure BusListLock is unlocked before returning. If an error is encountered early on in info_proc_read_helper() the function can return without unlocking. Also changed the PROCLINE macro so that it doesn't include a goto statement. Reported-by: Dan Carpenter Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed