Skip to content
Snippets Groups Projects
Commit eed1a7b1 authored by Kyle Moffett's avatar Kyle Moffett Committed by Mike Frysinger
Browse files

Blackfin: replace "bfin_reset_or_hang()" with "panic()"


The bfin_reset_or_hang function unnecessarily duplicates the panic()
logic based on CONFIG_PANIC_HANG.

This patch deletes 20 lines of code and just calls panic() instead.
This also makes the following generic-restart conversion patch simpler.

Signed-off-by: default avatarKyle Moffett <Kyle.D.Moffett@boeing.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent a91eb2c5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment