CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/07/15 14:52:04
Modified files: sys/dev/sdmmc : sdmmc_io.c Log message: In sdmmc_intr_establish(), don't duplicate the `name' parameter. Instead, just use the pointer, and don't free the pointer during sdmmc_intr_disestablish(). ok miod.