static void pr_spi_devices(void)
 {
-       pr_info("SPI devices registered:\n");
+       pr_debug("SPI devices registered:\n");
        bus_for_each_dev(&spi_bus_type, NULL, NULL, spi_device_found);
 }
 
 
 static void pr_p_devices(void)
 {
-       pr_info("'fb' Platform devices registered:\n");
+       pr_debug("'fb' Platform devices registered:\n");
        bus_for_each_dev(&platform_bus_type, NULL, NULL, p_device_found);
 }
 
        long val;
        int ret = 0;
 
-       pr_debug("init\n");
-
        if (name == NULL) {
 #ifdef MODULE
                pr_err("missing module parameter: 'name'\n");
 
 static void __exit fbtft_device_exit(void)
 {
-       pr_debug("exit\n");
-
        if (spi_device) {
                device_del(&spi_device->dev);
                kfree(spi_device);