]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: *bfin*: drop unnecessary calls to memset
authorVivek Kutal <vivek.kutal@azingo.com>
Tue, 16 Jun 2009 22:34:42 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:48:01 +0000 (19:48 -0700)
commit8eaa38880fb18d98f7b1a617cda0a600754e4d02
tree286a8542aa0c7be32b672aeeff5ea11198a2c640
parent5a5b240203b6635c6ce336032297feca514e5fc6
fbdev: *bfin*: drop unnecessary calls to memset

The dma_alloc_* functions sets the memory to 0 before returning so there
is no need to call memset after the allocation.  Also no point in clearing
the memory when disabling the buffer.

Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/bf54x-lq043fb.c
drivers/video/bfin-t350mcqb-fb.c