Ed Cashin 10935d052e aoe: initialize sysminor to avoid compiler warning
Because the minor_get and related functions use the return values for
errors, the compiler doesn't know that sysminor will always either 1) be
initialized in aoedev_by_aoeaddr by the call to minor_get, or 2) be
unused as the "goto out" is executed.

This patch avoids the compiler warning.

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-12-17 17:15:25 -08:00
..
2012-09-09 10:35:38 +02:00
2012-11-23 14:32:55 +01:00
2012-01-03 22:54:07 -05:00
2012-10-30 08:36:58 +01:00
2011-08-08 11:40:15 +02:00
2012-03-28 18:30:03 +01:00
2012-10-30 08:37:00 +01:00
2012-10-06 03:05:24 +09:00
2012-10-01 12:05:36 -07:00
2012-09-09 10:35:39 +02:00
2012-10-01 17:20:00 -05:00
2011-12-12 12:42:12 +01:00
2009-03-26 21:15:27 +01:00
2011-12-10 19:52:46 +01:00
2012-03-28 18:30:03 +01:00
2008-10-21 07:48:11 -04:00
2012-01-05 08:34:29 +01:00