]> 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>
Thu, 17 Oct 2013 07:26:11 +0000 (09:26 +0200)
commit2f4e31f646dfc5039ebbcbbb0a563211ceef60b5
tree751ee6fa4240769f6d54d9e1eb59b122f49d78c9
parent796f0fa3c954fd93f41358fd007ab115849354df
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