diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-07-20 15:19:50 -0700 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:49:02 -0400 |
commit | 1bd1ca1f4ce99c5be041bfc2997e394cdb5240dc (patch) | |
tree | 2c0f2338f251a4057da3ceb3db30eabe58bde2d9 /drivers/gpu/drm/ttm | |
parent | a0dba697eec78fb2d4e2b76b83104a2b251ae70d (diff) |
toshiba_acpi: make remove_device() and add_device() void
remove_device() and add_device() are not related to ACPI APIs, it does not
make sense to return acpi_status for both functions.
Current implementation of add_device() always AE_OK, thus the return value
checking for add_device() always return false for ACPI_FAILURE(status).
This patch makes add_device() to be void and remove the unnecessary return
value checking.
remove_proc_entry() won't fail, thus change remove_device() to be void.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Márton Németh <nm127@freemail.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm')
0 files changed, 0 insertions, 0 deletions