From: H Hartley Sweeten Date: Wed, 19 Sep 2012 01:49:09 +0000 (-0700) Subject: staging: comedi: daqboard2000: remove the "test command" comment X-Git-Tag: v5.15~21595^2~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=235960ed744dcd1a22d0667190758f37de9fb15a;p=platform%2Fkernel%2Flinux-starfive.git staging: comedi: daqboard2000: remove the "test command" comment This driver no longer uses comedi_config to attach so this comment does not apply. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/daqboard2000.c b/drivers/staging/comedi/drivers/daqboard2000.c index f25f604..00360e4 100644 --- a/drivers/staging/comedi/drivers/daqboard2000.c +++ b/drivers/staging/comedi/drivers/daqboard2000.c @@ -663,12 +663,6 @@ static void daqboard2000_initializeDac(struct comedi_device *dev) daqboard2000_dacDisarm(dev); } -/* -The test command, REMOVE!!: - -rmmod daqboard2000 ; rmmod comedi; make install ; modprobe daqboard2000; /usr/sbin/comedi_config /dev/comedi0 daqboard/2000 ; tail -40 /var/log/messages -*/ - static int daqboard2000_8255_cb(int dir, int port, int data, unsigned long ioaddr) {