On Tue, Apr 1, 2014 at 12:25 PM, Ben Dooks <[email protected]> wrote:
> - dev_info(&pdev->dev, "driver version %s\n", DRIVER_VERSION);
> + dev_info(&pdev->dev, "driver version %s, clock rate %ldMHz\n",
> + DRIVER_VERSION, clk_get_rate(host->hclk) / 1000000);
%lu (soon the clocks won't fit in unsigned 32-bit anymore, though...)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html