hwmon: (vt8231) fix sparse warning
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
This commit is contained in:
parent
5460a9d0ff
commit
a022fef5a2
@ -676,7 +676,7 @@ static struct pci_driver vt8231_pci_driver = {
|
|||||||
.probe = vt8231_pci_probe,
|
.probe = vt8231_pci_probe,
|
||||||
};
|
};
|
||||||
|
|
||||||
int vt8231_probe(struct platform_device *pdev)
|
static int vt8231_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct resource *res;
|
struct resource *res;
|
||||||
struct vt8231_data *data;
|
struct vt8231_data *data;
|
||||||
|
Loading…
Reference in New Issue
Block a user