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

| drivers/misc/eeprom/at25.c:358: 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/at25.c