On Tue, Mar 12, 2013 at 01:22:40PM +0800, Zhang Yanfei wrote: > remove cast for kzalloc return value. > > Signed-off-by: Zhang Yanfei <zhangyanfei@xxxxxxxxxxxxxx> > drivers/s390/net/qeth_core_main.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c > index 0d8cdff..754a54f 100644 > --- a/drivers/s390/net/qeth_core_main.c > +++ b/drivers/s390/net/qeth_core_main.c > @@ -316,7 +316,7 @@ static inline int qeth_alloc_cq(struct qeth_card *card) > > card->qdio.no_in_queues = 2; > > - card->qdio.out_bufstates = (struct qdio_outbuf_state *) > + card->qdio.out_bufstates = Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html