Re: [PATCH] bluetooth: don't DMA to stack in btsdio driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tomas Winkler wrote:
> 
>> @@ -299,9 +301,9 @@ static int btsdio_probe(struct sdio_func *func,
>>                                const struct sdio_device_id *id)
>>  {
>>        struct btsdio_data *data;
>> -       struct hci_dev *hdev;
>> +       struct hci_dev *hdev = NULL;
> 
> This kind of assignments prevent useful warning from compiler, maybe
> it's better to stage
> the error bailout.

I think that having to have an  error_foo label for each error makes
writing error handling harder not easier.  I'm not inclined to change
this, particular as I can't think of any "useful warnings" are prevented.

>>        struct sdio_func_tuple *tuple = func->tuples;
>> -       int err;
>> +       int err = -ENOMEM;
> You are assuming no other code  between 2 allocations, it's seems to
> me error prone.

Yeah, it's probably best to set err at the source of the error.  This
code is so short it doesn't make any real practical difference.  I'll
keep it in mind for the future though.

David
-- 
David Vrabel, Senior Software Engineer, Drivers
CSR, Churchill House, Cambridge Business Park,  Tel: +44 (0)1223 692562
Cowley Road, Cambridge, CB4 0WZ                 http://www.csr.com/


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux