From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 21 Dec 2013 20:11:07 +0100 (CET) Received: from nbd.name ([46.4.11.11]:37876 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6815753Ab3LUTLFVkGwo (ORCPT ); Sat, 21 Dec 2013 20:11:05 +0100 Message-ID: <52B5E746.4080009@phrozen.org> Date: Sat, 21 Dec 2013 20:08:54 +0100 From: John Crispin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: bcm63xx: cpu: Replace BUG() with panic() References: <1380530280-6467-1-git-send-email-markos.chandras@imgtec.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 38795 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: john@phrozen.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 21/12/13 20:08, Jonas Gorski wrote: > The cpu_id is in hex, so it needs to be %04x - not that it matters > much since early printk won't work yet at this stage anyway IIRC. > > with this fixed (maybe John is nice enough to replace the one character;), > > Acked-by: Jonas Gorski i'll fold the nitpick while merging John