From: chris.hyser@xxxxxxxxxx Date: Fri, 10 Apr 2015 14:07:34 -0400 > @@ -308,7 +308,12 @@ static void vdc_end_one(struct vdc_port *port, struct vio_dring_state *dr, > > rqe->req = NULL; > > - __blk_end_request(req, (desc->status ? -EIO : 0), desc->size); > + if (desc->status) { > + if (printk_ratelimit()) > + pr_err(PFX "VIO I/O Error %d\n", desc->status); Please use pr_err_ratelimited(). -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html