]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: sram_free_with_lsl: do not ignore return value of sram_free
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Dec 2010 21:12:23 +0000 (21:12 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:26 +0000 (07:18 -0500)
commitdf6cb93a5576127d0ef2e0219f975f7a8260c9c2
treed1bfa0640d2e94cdefd9d2a83701c2460d326f18
parentb1740c578ba5348c57e48d5821171e0dd8974403
Blackfin: sram_free_with_lsl: do not ignore return value of sram_free

If there was an error in the lower free functions, we need to pass that
back up so the calling process is able to check things.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mm/sram-alloc.c