Skip to content

Commit

Permalink
hwmon: (vt8231) fix sparse warning
Browse files Browse the repository at this point in the history
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
  • Loading branch information
Mark M. Hoffman committed Oct 14, 2007
1 parent 5460a9d commit a022fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/vt8231.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ static struct pci_driver vt8231_pci_driver = {
.probe = vt8231_pci_probe,
};

int vt8231_probe(struct platform_device *pdev)
static int vt8231_probe(struct platform_device *pdev)
{
struct resource *res;
struct vt8231_data *data;
Expand Down

0 comments on commit a022fef

Please sign in to comment.