]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: Fix bug, "address of" operator was forgotten
authorVasili Galka <vvv444@gmail.com>
Mon, 30 Jun 2014 09:59:06 +0000 (12:59 +0300)
committerTom Rini <trini@ti.com>
Mon, 7 Jul 2014 23:47:07 +0000 (19:47 -0400)
commit6b02d06feb18d27dfd9e2122009967c1d30bfdb6
tree1df9771c92d501d96ddbe28fee98e440802c1e66
parent98ad54beb5baf9cb66c6440a2ca132bd1032d2e3
m68k: Fix bug, "address of" operator was forgotten

in_be16() shall be passed a pointer to register and not its value. This
is clearly a typo resulting in a wrong memory access, so fix it.

Cc: Alison Wang <b18965@freescale.com>, Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Vasili Galka <vvv444@gmail.com>
arch/m68k/cpu/mcf5445x/speed.c