]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: staging: zcache: fix compile warning
authorBob Liu <lliubbo@gmail.com>
Tue, 2 Apr 2013 02:47:43 +0000 (10:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2013 19:43:41 +0000 (12:43 -0700)
commit0e302bff0347f69f705ba095277111249ab57183
treebca932e3a17a866dd61527cf7db84cf1eb3d9f24
parent064df14ff6b2222efbfe7bc099301f6a73edfb72
drivers: staging: zcache: fix compile warning

Fix below compile warning:
staging/zcache/zcache-main.c: In function ‘zcache_autocreate_pool’:
staging/zcache/zcache-main.c:1393:13: warning: ‘cli’ may be used uninitialized
in this function [-Wuninitialized]

Signed-off-by: Bob Liu <bob.liu@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zcache/zcache-main.c