lkml.org 
[lkml]   [2012]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/3] firewire-sbp2: Ignore SBP-2 targets on the local node
On 11/02/2012 11:56, Stefan Richter wrote:
> On Feb 10 Chris Boot wrote:
>> --- a/drivers/firewire/sbp2.c
>> +++ b/drivers/firewire/sbp2.c
>> @@ -1138,6 +1138,12 @@ static int sbp2_probe(struct device *dev)
>> struct Scsi_Host *shost;
>> u32 model, firmware_revision;
>>
>> + /* ignore targets on the local node */
>> + if (device->node == device->card->local_node) {
>> + dev_set_drvdata(&unit->device, NULL);
>> + return 0;
>> + }
>
> I forgot: This test can yield false negatives because card->local_node
> may change anytime. Check device->is_local instead.

Oh. How did I miss that?! I'll get this changed...

Chris

--
Chris Boot
bootc@bootc.net


\
 
 \ /
  Last update: 2012-02-11 13:35    [W:0.061 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site