Re: [patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread Roland Dreier
>> + memset(props, 0, sizeof props); Alexey> sizeof *props ? Indeed -- excellent catch considering the volume of patches that went by today. I've committed this fix to our svn tree so it won't get lost, and I'll send it upstream once the patch backlog cleared a bit. Thanks, Roland -

Re: [patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread Alexey Dobriyan
On Tuesday 12 April 2005 10:33, [EMAIL PROTECTED] wrote: > Implement more of the device_query method in mthca. > --- > 25/drivers/infiniband/hw/mthca/mthca_provider.c~ib-mthca-fill-in-more-device-query-fields > +++ 25-akpm/drivers/infiniband/hw/mthca/mthca_provider.c > @@ -52,6 +52,8 @@ static

[patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread akpm
From: Roland Dreier <[EMAIL PROTECTED]> Implement more of the device_query method in mthca. Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- 25-akpm/drivers/infiniband/hw/mthca/mthca_cmd.c |2 +

[patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread akpm
From: Roland Dreier [EMAIL PROTECTED] Implement more of the device_query method in mthca. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/infiniband/hw/mthca/mthca_cmd.c |2 +

Re: [patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread Alexey Dobriyan
On Tuesday 12 April 2005 10:33, [EMAIL PROTECTED] wrote: Implement more of the device_query method in mthca. --- 25/drivers/infiniband/hw/mthca/mthca_provider.c~ib-mthca-fill-in-more-device-query-fields +++ 25-akpm/drivers/infiniband/hw/mthca/mthca_provider.c @@ -52,6 +52,8 @@ static int

Re: [patch 164/198] IB/mthca: fill in more device query fields

2005-04-12 Thread Roland Dreier
+ memset(props, 0, sizeof props); Alexey sizeof *props ? Indeed -- excellent catch considering the volume of patches that went by today. I've committed this fix to our svn tree so it won't get lost, and I'll send it upstream once the patch backlog cleared a bit. Thanks, Roland - To