[Kenneth] > From: Kenneth Heitke [mailto:[email protected]] > Subject: [PATCH v2 2/2] i2c: QUP based bus driver for Qualcomm MSM > chipsets > (...) > + dev->one_bit_t = USEC_PER_SEC/pdata->bus_freq;
Maybe you want to use DIV_ROUND_UP() from kernel.h here to be on the safe side? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
