From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH v6 15/19] usb: phy: msm: Fix PTS definitions for MSM USB controller Date: Wed, 23 Apr 2014 16:35:02 +0300 Message-ID: <1398260102.4724.223.camel@iivanov-dev> References: <1398158438-21579-1-git-send-email-iivanov@mm-sol.com> <1398158438-21579-16-git-send-email-iivanov@mm-sol.com> <53566A23.8010508@cogentembedded.com> <1398259477.4724.218.camel@iivanov-dev> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1398259477.4724.218.camel@iivanov-dev> Sender: linux-kernel-owner@vger.kernel.org To: Sergei Shtylyov Cc: Felipe Balbi , Tim Bird , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Tim Bird List-Id: linux-arm-msm@vger.kernel.org On Wed, 2014-04-23 at 16:24 +0300, Ivan T. Ivanov wrote: > > > --- a/include/linux/usb/msm_hsusb_hw.h > > > +++ b/include/linux/usb/msm_hsusb_hw.h > > > @@ -31,8 +31,9 @@ > > > #define USB_USBINTR (MSM_USB_BASE + 0x0148) > > > > > > #define PORTSC_PHCD (1 << 23) /* phy suspend mode */ > > > -#define PORTSC_PTS_MASK (3 << 30) > > > -#define PORTSC_PTS_ULPI (3 << 30) > > > +#define PORTSC_PTS_MASK (3 << 30) > > > +#define PORTSC_PTS_ULPI (2 << 30) > > > +#define PORTSC_PTS_SERIAL (3 << 30) > > > > Please use tabs, not spaces here. > > Thanks, will fix and resend. I answered too quickly. File contain tabs and spaces for indentation of definitions. Should I still use tabs here? Regards, Ivan > > Ivan > > > > > WBR, Sergei > > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html