panasonic-laptop: Simplify calls to acpi_pcc_retrieve_biosdata
authorJean Delvare <jdelvare@suse.de>
Thu, 21 Oct 2010 09:50:47 +0000 (11:50 +0200)
committerMatthew Garrett <mjg@redhat.com>
Thu, 21 Oct 2010 14:10:50 +0000 (10:10 -0400)
commite253fb944d3335a29bc392eafbe14c43832e806a
treebdbbd46d4c59b031997c4566a898a3703486cb42
parentaa13857f13c3d5535904781e264d8f9115e30438
panasonic-laptop: Simplify calls to acpi_pcc_retrieve_biosdata

Function acpi_pcc_retrieve_biosdata is always called with parameters
(pcc, pcc->sinf), so we can drop the second parameter. It was
dangerous to pass the sinf array separately anyway, as its length is
checked as pcc->num_sifr, which pretty much assumed it was pcc->sinf
(or at least had the same size.)

This change makes the code slightly more compact and thus marginally
faster.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Harald Welte <laforge@gnumonks.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/panasonic-laptop.c