UBI: change the interface of a debugging check function
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 18 May 2011 11:47:34 +0000 (14:47 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 31 May 2011 13:14:05 +0000 (16:14 +0300)
commitd99383b00eba9c6ac3dea462d718b2849012ee03
treeb2c5af920980525dfbe5a1f245e07b26933dd51f
parent55922c9d1b84b89cb946c777fddccb3247e7df2c
UBI: change the interface of a debugging check function

This is a minor preparational patch which changes the
'paranoid_check_in_wl_tree()' function interface by adding the 'ubi' parameter
which will be needed there in the next patch.

And while on it, add "const" qualifier to the 'ubi' parameter of the
'paranoid_check_in_pq()' function.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/wl.c