diff options
author | Alexey Klimov <alexey.klimov@linaro.org> | 2015-11-06 16:29:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-06 17:50:42 -0800 |
commit | b0c9865fd2d7a34aa58bb58756ff088d2ec4bbcd (patch) | |
tree | 96e5b943a28fc8e10af413a4f95b43614520ce1b /kernel | |
parent | 1c53e0d2737f3ce4afa27d5703494eb14610ec26 (diff) | |
download | linux-b0c9865fd2d7a34aa58bb58756ff088d2ec4bbcd.tar.bz2 |
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions