]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin SPI Driver: use bfin_spi_ prefix on all functions
authorMike Frysinger <vapier.adi@gmail.com>
Tue, 7 Apr 2009 02:00:50 +0000 (19:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:31:06 +0000 (08:31 -0700)
commit1145c2b75a97925980c508bb61269f90d36de377
tree5293937a99ace6917ecbffd38720c0b65dcef7bf
parent71e071b52f055fe1c32cbb0316d730c2a3715610
Blackfin SPI Driver: use bfin_spi_ prefix on all functions

Do this because when things crash, we get simple names like "setup" and
"start_queue" which is pretty difficult to trace back to the real thing:
the spi driver

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/spi_bfin5xx.c