diff --git a/[refs] b/[refs] index c5d4440ee9ee..bbcddb413d49 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca4146985db7cbb97816e9b961b8db79e63d9e86 +refs/heads/master: 30eb1be718a4753dd1912eb35af4cdaa25cefea9 diff --git a/trunk/include/media/ir-core.h b/trunk/include/media/ir-core.h index 9b957af21588..513e60dd1010 100644 --- a/trunk/include/media/ir-core.h +++ b/trunk/include/media/ir-core.h @@ -61,7 +61,7 @@ struct ir_dev_props { void (*close)(void *priv); int (*s_tx_mask)(void *priv, u32 mask); int (*s_tx_carrier)(void *priv, u32 carrier); - int (*tx_ir)(void *priv, const char *buf, u32 n); + int (*tx_ir)(void *priv, int *txbuf, u32 n); }; struct ir_input_dev {