Eliminate a warning

This commit is contained in:
Gregory Nutt 2016-04-02 14:48:51 -06:00
parent 9bc38d19d9
commit 29f1c90b82

View File

@ -107,8 +107,6 @@ static const struct file_operations g_rngops =
static int stm32l4_rnginitialize(void)
{
uint32_t regval;
vdbg("Initializing RNG\n");
memset(&g_rngdev, 0, sizeof(struct rng_dev_s));