From: Mark Hounschell Date: Wed, 21 May 2014 19:16:02 +0000 (-0400) Subject: staging: dgap: Remove erroneous comment X-Git-Tag: next-20140530~19^2~349 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5512d3971ba7368a5df8e08ca8f93622c10247c3;p=karo-tx-linux.git staging: dgap: Remove erroneous comment This patch removes a false comment Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index b452d840c5af..b34d903d596a 100644 --- a/drivers/staging/dgap/dgap.c +++ b/drivers/staging/dgap/dgap.c @@ -567,7 +567,6 @@ static int dgap_init_pci(void) return pci_register_driver(&dgap_driver); } -/* returns count (>= 0), or negative on error */ static int dgap_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) { int rc;