From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:14:25 +0100 Subject: [U-Boot] [PATCH]powerpc/8xxx: Cleanup USB device-tree fixup In-Reply-To: <1328591849-4569-1-git-send-email-ramneek.mehresh@freescale.com> References: <1328591849-4569-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <201202270014.25376.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Some code cleanup done for USB device-tree fixup: > - handling error value returned from fdt_fixup_usb_mode_phy_type() > - using ARRAY_SIZE macro > - using snprintf instead of sprintf > > Signed-off-by: Ramneek Mehresh > --- > KW Warnings fixed: using snprintf instead of sprintf > Hi, what's the status of this patch/patchset? Thanks M