Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148670
Collapse All | Expand All

(-)usr/src/nv/nv-i2c.c (-5 / +1 lines)
Lines 138-148 Link Here
138
138
139
static u32 nv_i2c_algo_functionality(struct i2c_adapter *adap)
139
static u32 nv_i2c_algo_functionality(struct i2c_adapter *adap)
140
{
140
{
141
    return (I2C_FUNC_I2C |
141
    return I2C_FUNC_I2C;
142
            I2C_FUNC_SMBUS_QUICK |
143
            I2C_FUNC_SMBUS_BYTE |
144
            I2C_FUNC_SMBUS_BYTE_DATA |
145
            I2C_FUNC_SMBUS_WORD_DATA);
146
}
142
}
147
143
148
static struct i2c_algorithm nv_i2c_algo = {
144
static struct i2c_algorithm nv_i2c_algo = {

Return to bug 148670