From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Mar 2016 08:25:50 +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: <1458630612-19627-5-git-send-email-sriram.dash@nxp.com> References: <1458630612-19627-1-git-send-email-sriram.dash@nxp.com> <1458630612-19627-5-git-send-email-sriram.dash@nxp.com> Message-ID: <56F0F37E.1060409@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/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. > Signed-off-by: Sriram Dash > Signed-off-by: Rajesh Bhagat [...] Best regards, Marek Vasut