All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place
@ 2016-01-07 22:16 Simon Glass
  2016-01-07 22:50 ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Glass @ 2016-01-07 22:16 UTC (permalink / raw)
  To: u-boot

We can define this in the header file and use it in usb_storage.c. There is
no need to define it twice. Remove the #define from usb_storage.c.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 common/usb_storage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/usb_storage.c b/common/usb_storage.c
index e61a8c8..07fdf18 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -65,7 +65,6 @@ static const unsigned char us_direction[256/8] = {
 static ccb usb_ccb __attribute__((aligned(ARCH_DMA_MINALIGN)));
 static __u32 CBWTag;
 
-#define USB_MAX_STOR_DEV 7
 static int usb_max_devs; /* number of highest available usb device */
 
 static block_dev_desc_t usb_dev_desc[USB_MAX_STOR_DEV];
-- 
2.6.0.rc2.230.g3dd15c0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place
  2016-01-07 22:16 [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place Simon Glass
@ 2016-01-07 22:50 ` Marek Vasut
  2016-01-08  3:34   ` Simon Glass
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2016-01-07 22:50 UTC (permalink / raw)
  To: u-boot

On Thursday, January 07, 2016 at 11:16:08 PM, Simon Glass wrote:
> We can define this in the header file and use it in usb_storage.c. There is
> no need to define it twice. Remove the #define from usb_storage.c.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

I guess you build tested this properly, right ?

Reviewed-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place
  2016-01-07 22:50 ` Marek Vasut
@ 2016-01-08  3:34   ` Simon Glass
  2016-01-08 12:04     ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Glass @ 2016-01-08  3:34 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On 7 January 2016 at 15:50, Marek Vasut <marex@denx.de> wrote:
> On Thursday, January 07, 2016 at 11:16:08 PM, Simon Glass wrote:
>> We can define this in the header file and use it in usb_storage.c. There is
>> no need to define it twice. Remove the #define from usb_storage.c.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>
> I guess you build tested this properly, right ?

Yes. I was initially nervous that there might be a reason for the two
definitions but I cannot see what it might be. So I think this patch
is safe. Anyway I'll hold off applying it until early in the merge
window.

>
> Reviewed-by: Marek Vasut <marex@denx.de>
>
> Best regards,
> Marek Vasut

Regards,
Simon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place
  2016-01-08  3:34   ` Simon Glass
@ 2016-01-08 12:04     ` Marek Vasut
  2016-01-16  1:26       ` Simon Glass
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2016-01-08 12:04 UTC (permalink / raw)
  To: u-boot

On Friday, January 08, 2016 at 04:34:44 AM, Simon Glass wrote:
> Hi Marek,
> 
> On 7 January 2016 at 15:50, Marek Vasut <marex@denx.de> wrote:
> > On Thursday, January 07, 2016 at 11:16:08 PM, Simon Glass wrote:
> >> We can define this in the header file and use it in usb_storage.c. There
> >> is no need to define it twice. Remove the #define from usb_storage.c.
> >> 
> >> Signed-off-by: Simon Glass <sjg@chromium.org>
> > 
> > I guess you build tested this properly, right ?
> 
> Yes. I was initially nervous that there might be a reason for the two
> definitions but I cannot see what it might be. So I think this patch
> is safe. Anyway I'll hold off applying it until early in the merge
> window.

That's a good idea indeed. Thanks!

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place
  2016-01-08 12:04     ` Marek Vasut
@ 2016-01-16  1:26       ` Simon Glass
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Glass @ 2016-01-16  1:26 UTC (permalink / raw)
  To: u-boot

On 8 January 2016 at 05:04, Marek Vasut <marex@denx.de> wrote:
> On Friday, January 08, 2016 at 04:34:44 AM, Simon Glass wrote:
>> Hi Marek,
>>
>> On 7 January 2016 at 15:50, Marek Vasut <marex@denx.de> wrote:
>> > On Thursday, January 07, 2016 at 11:16:08 PM, Simon Glass wrote:
>> >> We can define this in the header file and use it in usb_storage.c. There
>> >> is no need to define it twice. Remove the #define from usb_storage.c.
>> >>
>> >> Signed-off-by: Simon Glass <sjg@chromium.org>
>> >
>> > I guess you build tested this properly, right ?
>>
>> Yes. I was initially nervous that there might be a reason for the two
>> definitions but I cannot see what it might be. So I think this patch
>> is safe. Anyway I'll hold off applying it until early in the merge
>> window.
>
> That's a good idea indeed. Thanks!
>
> Best regards,
> Marek Vasut

Applied to u-boot-dm.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-16  1:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 22:16 [U-Boot] [PATCH] usb: Define USB_MAX_STOR_DEV in only one place Simon Glass
2016-01-07 22:50 ` Marek Vasut
2016-01-08  3:34   ` Simon Glass
2016-01-08 12:04     ` Marek Vasut
2016-01-16  1:26       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.