From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gray Remlin Date: Wed, 30 Mar 2011 19:27:57 +0100 Subject: [U-Boot] [U-Boot, 2/7] IDE: Don't assume there are always two devices per bus Message-ID: <4D93762D.8050905@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 Excuse the noob question. Is it intentional to replace '(dev >> 1) with '(dev >> 0)' ?