]> git.ipfire.org Git - people/ms/u-boot.git/commit
sf: ops: Fix missing break on spansion read_bar
authorJagan Teki <jteki@openedev.com>
Fri, 20 Nov 2015 07:30:15 +0000 (13:00 +0530)
committerJagan Teki <jteki@openedev.com>
Fri, 11 Dec 2015 16:42:24 +0000 (22:12 +0530)
commitb6a2c436e0010f80693f1c22d429c969b67792fd
tree6f11265e6b24acb29772b96e46c05ec574c2863a
parentaae00f8bab3af6d353c254d420c069018fd4ffa6
sf: ops: Fix missing break on spansion read_bar

For assigning read_bar commands in spansion case, break
is missing this patch add that break.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/mtd/spi/sf_ops.c