From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757143Ab0LNJGn (ORCPT ); Tue, 14 Dec 2010 04:06:43 -0500 Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:51853 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755347Ab0LNJGl (ORCPT ); Tue, 14 Dec 2010 04:06:41 -0500 Date: Tue, 14 Dec 2010 18:05:20 +0900 From: Paul Mundt To: Joe Perches Cc: linux-kernel@vger.kernel.org, Randy Dunlap , linux-fbdev@vger.kernel.org Subject: Re: [PATCH 4/5] video: mx3fb: Use vsprintf extension %pR for struct resource Message-ID: <20101214090520.GC14606@linux-sh.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 13, 2010 at 01:42:21PM -0800, Joe Perches wrote: > Signed-off-by: Joe Perches > --- > drivers/video/mx3fb.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > Applied, thanks.