]> git.baikalelectronics.ru Git - kernel.git/commit
at24: make input buffers of at24_*write() const
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Apr 2009 21:40:06 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2009 22:04:32 +0000 (15:04 -0700)
commita195a79f39a1aec9510c0c9fe9211a4bc8b57fd3
treed3a1f89e3bf658015fe65f9b0a31c846603cff3d
parent4e77c01587257a549653e44061e6034e5d92c45a
at24: make input buffers of at24_*write() const

| drivers/misc/eeprom/at24.c:508: warning: assignment from incompatible pointer type

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/eeprom/at24.c