checkpatch: error - pointer_location
Change-Id: I9ce224cb75ba21caecffd6747833257f748b5ecf Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
a60c866c70
commit
e4bb957a00
4 changed files with 6 additions and 6 deletions
|
@ -764,7 +764,7 @@ int i2c_dw_initialize(struct device *port)
|
|||
return DEV_NOT_CONFIG;
|
||||
}
|
||||
|
||||
regs = (struct i2c_dw_registers*) rom->base_address;
|
||||
regs = (struct i2c_dw_registers *) rom->base_address;
|
||||
|
||||
/* verify that we have a valid DesignWare register first */
|
||||
if (regs->ic_comp_type != I2C_DW_MAGIC_KEY) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue