ubifs.c: BUG: Error following links
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Thu, 2 Dec 2010 14:02:35 +0000 (15:02 +0100)
committerStefan Roese <sr@denx.de>
Fri, 3 Dec 2010 17:24:04 +0000 (18:24 +0100)
commit64b68178489b6845bcf460e9c6e618cb81740faf
tree729b9a41196c6d1978d8007a532e37739e78239a
parent2f15cfd187f1cf7a0606a1ec3e637954311a735a
ubifs.c: BUG: Error following links

The link_name variable is declared inside the if block and it is used
outside it through the name pointer.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
fs/ubifs/ubifs.c