From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 13 Dec 2009 22:02:34 -0800 Subject: [U-Boot] [PATCH v2] net: dm9000x: fix debug output In-Reply-To: <1260347884-22243-1-git-send-email-weber@corscience.de> References: <1260347884-22243-1-git-send-email-weber@corscience.de> Message-ID: <4B25D4FA.2010609@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thomas, Thomas Weber wrote: > commit 60f61e6d7655400bb785a2ef637581679941f6d1 breaks compile with gcc by introducing __func__ > instead of constant string "func" in the macro call but missed to change the macro. > > Signed-off-by: Thomas Weber > --- > drivers/net/dm9000x.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Applied to net/next. thanks, Ben