Author: neel
Date: Wed Aug 13 00:18:16 2014
New Revision: 269897
URL: http://svnweb.freebsd.org/changeset/base/269897

Log:
  Fix typo when displaying the HPET timer unit number.

Modified:
  head/sys/dev/acpica/acpi_hpet.c

Modified: head/sys/dev/acpica/acpi_hpet.c
==============================================================================
--- head/sys/dev/acpica/acpi_hpet.c     Wed Aug 13 00:14:26 2014        
(r269896)
+++ head/sys/dev/acpica/acpi_hpet.c     Wed Aug 13 00:18:16 2014        
(r269897)
@@ -558,7 +558,8 @@ hpet_attach(device_t dev)
                            device_get_parent(device_get_parent(dev)), dev,
                            &t->irq))) {
                                device_printf(dev,
-                                   "Can't allocate interrupt for t%d.\n", j);
+                                   "Can't allocate interrupt for t%d: %d\n",
+                                   i, j);
                        }
                }
 #endif
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to