diff options
author | Ed Cashin <[email protected]> | 2012-12-17 16:04:04 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-12-17 17:15:25 -0800 |
commit | 10935d052eef9441a551571ff5853f84a00b2fd4 (patch) | |
tree | 921ffe3962209af875358ee164dc6b3c62802f5c /lib/mpi/mpi-inline.h | |
parent | e0b2bbab0b569590e27161290f6ea549248356df (diff) |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions