]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/crashdump: remove unused variable
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 10 Oct 2013 14:50:55 +0000 (16:50 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 22 Oct 2013 07:18:19 +0000 (09:18 +0200)
commitd6e2b0929c2d7e4da2e427939f62f7b3ad4e4fb4
tree80efbd04f317b8393535b59cfd061d332282182b
parent5873e2204acf2c2542724fd08bd94f5a77faeb40
s390/crashdump: remove unused variable

Get rid of this compile warning:

arch/s390/kernel/crash_dump.c: In function 'copy_from_realmem':
arch/s390/kernel/crash_dump.c:48:6: warning: unused variable 'rc'
[-Wunused-variable]
  int rc;
      ^

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/crash_dump.c