]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()
authorAlexey Klimov <alexey.klimov@linaro.org>
Wed, 21 Oct 2015 22:03:26 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:26 +0000 (09:03 +1100)
commit3d5bc26c3cda451bce6cbd34819eca0b6c99f155
treea1eb2e91602c18fba3d96298599b1f278614d0d7
parent7b9e0f4b48f035efe57d706283dda14074fc7719
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()

On the next line entry variable will be re-initialized so no need to init
it with NULL.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Cc: Seth Jennings <sjennings@variantweb.net>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/zswap.c