Re: [PATCH 3/4] toshiba_acpi: Change HCI/SCI functions return code type

2014-09-25 Thread Azael Avalos
2014-09-25 21:11 GMT-06:00 Darren Hart : > On Tue, Sep 23, 2014 at 06:24:27PM -0600, Azael Avalos wrote: >> Currently the HCI/SCI read/write functions are returning >> the status of the ACPI call and also assigning the >> returned value of the HCI/SCI function. >> >> This patch changes such

Re: [PATCH 3/4] toshiba_acpi: Change HCI/SCI functions return code type

2014-09-25 Thread Darren Hart
On Tue, Sep 23, 2014 at 06:24:27PM -0600, Azael Avalos wrote: > Currently the HCI/SCI read/write functions are returning > the status of the ACPI call and also assigning the > returned value of the HCI/SCI function. > > This patch changes such functions, returning the value > of the HCI/SCI

Re: [PATCH 3/4] toshiba_acpi: Change HCI/SCI functions return code type

2014-09-25 Thread Darren Hart
On Tue, Sep 23, 2014 at 06:24:27PM -0600, Azael Avalos wrote: Currently the HCI/SCI read/write functions are returning the status of the ACPI call and also assigning the returned value of the HCI/SCI function. This patch changes such functions, returning the value of the HCI/SCI function

Re: [PATCH 3/4] toshiba_acpi: Change HCI/SCI functions return code type

2014-09-25 Thread Azael Avalos
2014-09-25 21:11 GMT-06:00 Darren Hart dvh...@infradead.org: On Tue, Sep 23, 2014 at 06:24:27PM -0600, Azael Avalos wrote: Currently the HCI/SCI read/write functions are returning the status of the ACPI call and also assigning the returned value of the HCI/SCI function. This patch changes

[PATCH 3/4] toshiba_acpi: Change HCI/SCI functions return code type

2014-09-23 Thread Azael Avalos
Currently the HCI/SCI read/write functions are returning the status of the ACPI call and also assigning the returned value of the HCI/SCI function. This patch changes such functions, returning the value of the HCI/SCI function instead of the ACPI call status. The next patch will change all the

[PATCH 3/4] toshiba_acpi: Change HCI/SCI functions return code type

2014-09-23 Thread Azael Avalos
Currently the HCI/SCI read/write functions are returning the status of the ACPI call and also assigning the returned value of the HCI/SCI function. This patch changes such functions, returning the value of the HCI/SCI function instead of the ACPI call status. The next patch will change all the