commit | 9408f3d321ed2286b9722bceff08ca28b741c026 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Oct 14 17:33:02 2022 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 15 11:14:24 2022 +0100 |
tree | 05ef86bb194ba1bdefe42f2668af953a9bf09611 | |
parent | bdee15e8c58b450ad736a2b62ef8c7a12548b704 [diff] |
sunhme: Uninitialized variable in happy_meal_init() The "burst" string is only initialized for CONFIG_SPARC. It should be set to "64" because that's what is used by PCI. Fixes: 24cddbc3ef11 ("sunhme: Combine continued messages") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Sean Anderson <seanga2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>