From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 23 Mar 2016 09:42:21 +0100 Subject: [U-Boot] [PATCH v5 4/4] drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_type In-Reply-To: References: <1458630612-19627-1-git-send-email-sriram.dash@nxp.com> <1458630612-19627-5-git-send-email-sriram.dash@nxp.com> <56F0F37E.1060409@denx.de> Message-ID: <56F256ED.10804@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 On 03/23/2016 09:31 AM, Sriram Dash wrote: > > >> -----Original Message----- >> From: Marek Vasut [mailto:marex at denx.de] >> Sent: Tuesday, March 22, 2016 12:56 PM >> To: Sriram Dash ; u-boot at lists.denx.de >> Cc: york sun ; Ramneek Mehresh >> ; Rajesh Bhagat >> Subject: Re: [PATCH v5 4/4] drivers:usb:common:fsl-dt-fixup: fix return value of >> fdt_usb_get_node_type >> >> On 03/22/2016 08:10 AM, Sriram Dash wrote: >>> Use int as it is native (and widely used) return type. >> >> What do you mean by "int ... is native (and widely used) return type" ? >> >> It's just a signed type, that's all there is to it. >> > > Ok that may sound incorrect, Shall I change the description as below: > "Changes the return type of fdt_usb_get_node_type from char* to int" Yeah, excellent. -- Best regards, Marek Vasut